Skip to content

Add native property types to the test app entities#7710

Open
guillaume-sainthillier wants to merge 1 commit into
EasyCorp:5.xfrom
guillaume-sainthillier:add-native-types-to-test-app-entities
Open

Add native property types to the test app entities#7710
guillaume-sainthillier wants to merge 1 commit into
EasyCorp:5.xfrom
guillaume-sainthillier:add-native-types-to-test-app-entities

Conversation

@guillaume-sainthillier

Copy link
Copy Markdown
Contributor

Collection-valued associations are typed with the Collection interface
(Doctrine hydrates them as PersistentCollection, so ArrayCollection
would fail), and nullable properties get an explicit null default to
keep behaving like the untyped properties they replace (e.g. reading
the id of a not-yet-persisted entity).

Collection-valued associations are typed with the Collection interface
(Doctrine hydrates them as PersistentCollection, so ArrayCollection
would fail), and nullable properties get an explicit null default to
keep behaving like the untyped properties they replace (e.g. reading
the id of a not-yet-persisted entity).
@guillaume-sainthillier
guillaume-sainthillier force-pushed the add-native-types-to-test-app-entities branch from 2f7cfc4 to 0cf0ed9 Compare July 13, 2026 07:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant